home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1996
/
MacHack 1996.toast
/
Hacks
/
Hacks ’92
/
Text Capture FKEY
/
debug.h
< prev
next >
Wrap
Text File
|
1992-01-26
|
243b
|
10 lines
#if CHECKPOINTS
#define CKPT(x) DebugStr( "\p" x )
#else
#define CKPT(x)
#endif
void Num_to_hex( long num, StringPtr hex, short numbytes );
void Param_string( StringPtr out, StringPtr format,
StringPtr p0, StringPtr p1, StringPtr p2 );